home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
tex
/
pco334.zip
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-10-28
|
309b
|
17 lines
echo off
cls
echo
echo This Batch file will print the Outline! documentation file MANUAL.DOC
echo to printer port LPT1:.
echo
echo Press any key to begin (^Break to Abort)
echo
pause
echo
echo Now printing . . . .
copy manual.doc lpt1:
echo
echo Printing complete
echo